Esx Settings Clusters Software ExportSpec

Esx Settings Clusters Software ExportSpec
Esx Settings Clusters Software ExportSpec

The Esx Settings Clusters Software ExportSpec schema contains information describing how a software specification or image should be exported.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "export_software_spec": false,
    "export_iso_image": false,
    "export_offline_bundle": false,
    "export_only_default_image": false
}
boolean
export_software_spec
Required

Whether to export software specification document.

This property was added in vSphere API 7.0.0.0.

boolean
export_iso_image
Required

Whether to export ISO image.

This property was added in vSphere API 7.0.0.0.

boolean
export_offline_bundle
Required

Whether to export offline bundle.

This property was added in vSphere API 7.0.0.0.

boolean
export_only_default_image
Optional

Whether to export only default image.

This property was added in vSphere API 9.0.0.0.

This property is optional because it was added in a newer version than its parent node.